projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c526646
)
Add support for Pyrefly LSP for Python
author
Jostein Kjønigsen
<jostein@kjonigsen.net>
Mon, 19 May 2025 08:00:37 +0000
(10:00 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 19 May 2025 11:50:20 +0000
(14:50 +0300)
* lisp/progmodes/eglot.el (eglot-server-programs): Add config
for Pyrefly. (Bug#78492)
lisp/progmodes/eglot.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/eglot.el
b/lisp/progmodes/eglot.el
index 663c1157a048ef194992c3b401724800da8ec39d..e8ecabfc96e1f5d45aa67c9acd35c70d3fe99e1c 100644
(file)
--- a/
lisp/progmodes/eglot.el
+++ b/
lisp/progmodes/eglot.el
@@
-251,6
+251,7
@@
automatically)."
. ,(eglot-alternatives
'("pylsp" "pyls" ("basedpyright-langserver" "--stdio")
("pyright-langserver" "--stdio")
+ ("pyrefly" "lsp")
"jedi-language-server" ("ruff" "server") "ruff-lsp")))
((js-json-mode json-mode json-ts-mode jsonc-mode)
. ,(eglot-alternatives '(("vscode-json-language-server" "--stdio")